From: kfraser@localhost.localdomain Date: Tue, 17 Oct 2006 18:03:47 +0000 (+0100) Subject: [NET] back: Remove unused variable declaration. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15589^2~63 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=8405357df9a7915498ca8a57644ac4bca4ad751e;p=xen.git [NET] back: Remove unused variable declaration. Signed-off-by: Keir Fraser --- diff --git a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c index a698ccc77b..78aa4cd8c5 100644 --- a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c +++ b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c @@ -128,7 +128,7 @@ static struct ethtool_ops network_ethtool_ops = netif_t *netif_alloc(domid_t domid, unsigned int handle) { - int err = 0, i; + int err = 0; struct net_device *dev; netif_t *netif; char name[IFNAMSIZ] = {};